Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_called_class
get_called_class
The name of the "Late Static Binding" class
Name:
get_called_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
The name of the "Late Static Binding" class
Related
How to use the is_nan function of PHP to determine whether a value is NaN?
9
How to use apcu_entry to share cache with multi-process programs
3
Use gmdate to output dates in RFC 2822 format
7
How to deal with XML data with inconsistent namespaces when using xml_set_end_namespace_decl_handler?
7
Similar Functions
trait_exists
trait_exists
Checkifthespecifiedt
class_alias
class_alias
Createanaliasforacla
class_exists
class_exists
Checkiftheclassisdef
method_exists
method_exists
Checkiftheclassmetho
is_a
is_a
Checkifanobjectbelon
get_parent_class
get_parent_class
Returnstheparentclas
get_class
get_class
Returntheobject'
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
Popular Articles